home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / de / comm / isdn / 3387 < prev    next >
Internet Message Format  |  1996-08-06  |  4KB

  1. Path: avalon.softaware.com!usenet
  2. From: Dan Kegel <dank@alumni.caltech.edu>
  3. Newsgroups: de.comm.isdn
  4. Subject: Re: An alle, die was von CAPI verstehen!
  5. Date: Sat, 10 Feb 1996 09:42:59 -0800
  6. Organization: SoftAware Inc. and JetCafe - Los Angeles, CA 
  7. Message-ID: <311CD923.55A3@alumni.caltech.edu>
  8. References: <62W5mG$brZB@p0000104.admiral.berlinet.de>
  9. NNTP-Posting-Host: marina-24.jovanet.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: quoted-printable
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14. To: Philipp Rumpf <PH.RUMPF@admiral.berlinet.de>
  15.  
  16. Philipp Rumpf wrote:
  17. > Ich m=F6chte aus QBASIC (Ja, ich h=F6re das Geschrei.) heraus CAPI-Funkti=
  18. onen
  19. > nutzen. Also bestellte ich mir in einer Mailbox eine CAPI-Beschreibung au=
  20. f
  21. > deutsch. Nachdem ich sie gelesen hatte, war ich viel schlauer. Nun mu=DFt=
  22. e
  23. > ich nur noch an die Schnittstelle 0xF1 ein API_REGISTER mit den Registern=
  24. -
  25. > moment, Registern! Wie mu=DF ich diese Register konfigurieren? Wie schaff=
  26. e
  27. > ich es mit PEEK, POKE, INP, OUT, DEF SEG Befehlen (Speicherlese-/schreib
  28. > Interrupt/Schnittstellen-put/get), da=DF das CAPI mir gehorcht? =
  29.  
  30. >...
  31. >Philipp Rumpf
  32.  
  33. Es waere sinnvoller, auf C oder Visual Basic zu umsteigen.
  34. Fuer Visual Basic gibt's ganz schoene CAPI-Schnittstellen.
  35. z.B.:
  36.  
  37. Visual ISDN Custom Control
  38.  
  39. Description
  40. Visual ISDN provides CAPI based ISDN communications for your
  41. application by allowing the transmission and reception of data through
  42. an ISDN channel.
  43.  
  44. File Name
  45. ISDN1.VBX
  46.  
  47. Object Type
  48. ISDN
  49.  
  50. Remarks
  51. Each Visual ISDN custom control provides access to one 64kbit
  52. -B-channel. You can place up to eight Visual ISDN controls in your
  53. application in order to broaden the usable bandwith or to connect to
  54. several partners. Visual ISDN can not provide more logical channels
  55. than physical channels are available, so if you want to access more
  56. channels than your ISDN-controller supports, you have to use additional
  57. controller cards and take care of correct installation of the ISDN CAPI
  58. drivers.
  59.  
  60. Visual ISDN is completely controlled by seven properties that reflect
  61. the ISDN-related actions and values. Beside these, Visual ISDN uses the
  62. commonly known Visual Basic properties such as left, top, tag and so
  63. on.
  64.  
  65. Properties      Description
  66. ISDNNumber      Holds the number of your communications partner
  67.  
  68. EAZ     The identifier of your computer on the ISDN-bus. This
  69. identifier is identical to the
  70.         last digit of the number one has to call to reach your computer.
  71.  
  72. Action  Acts as a trigger for various actions, e.g. listening for
  73. incoming calls,
  74.         terminating a connection or starting a call.
  75.  
  76. SendBuffer      Data written in this field is sent to the ISDN channel
  77.  
  78. ReceiveBuffer   Holds data received from the ISDN channel
  79.  
  80. AutoDisconnect  Activates and controles the intelligent line management =
  81.  
  82. feature
  83.  
  84. ConnectionStatus        This property displays some informations about
  85. the current connection status.
  86.  
  87.  
  88. Distribution Note      When you create and distribute applications that
  89. use Visual ISDN, you should rename the file ISDN1RUN.VBX to ISDN1.VBX
  90. and distribute that file. Your setup program should place the renamed
  91. ISDN1RUN.VBX in the customers Microsoft Windows system subdirectory.
  92. The Setup Kit included with Visual Basic provides tools to help you
  93. write setup programs that install your applications correctly.
  94. All of the properties for this control are listed in the following
  95. table. Properties that apply only to this control or that require
  96. special consideration when used with it are marked with an asterisk
  97. (*). For documentation on the remaining properties see apendix A
  98. Standard properties, events and methods in the custom control
  99. reference.
  100.  
  101. *Action         *ReceiveBuffer
  102. *AutoDisconnect *ISDNNumber     *SendBuffer
  103. *ConnectionStatus       Left            Tag
  104. *EAZ            Name            Top
  105.  
  106.  
  107. All of the functions for this control are listed in the following
  108. table. Functions, that apply only to this control or that require
  109. special consideration when used with it are marked with an asterisk
  110. (*).
  111.                 =
  112.  
  113. *ReadISDN       *WriteISDN
  114.  
  115.  
  116. All of the events for this control are listed in the following table.
  117. Events, that apply only to this control or that require special
  118. consideration when used with it are marked with an asterisk (*).
  119.                 =
  120.  
  121. *OnChargeCount  *OnDataLoss
  122. *OnConnect              *OnDisconnect
  123. *OnDataIn               *OnSendStackEmpty
  124.